home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / NewsBase / Source / common.subproj / IReceiveListener.h < prev    next >
Text File  |  1993-01-12  |  393b  |  15 lines

  1. #import <appkit/Listener.h>
  2. @interface IReceiveListener : Listener
  3. {}
  4. -(int)receiveArticle : (char *) data
  5.     length : (int) length;
  6. -(int)sendArticleWithMessageID : (char *) messageID;
  7. -(int)makeMimeIconWindowAtpointX : (int) x
  8.     pointY : (int) y
  9.     offsetX : (int) offx
  10.     offsetY : (int) offy
  11.     sourceWindow : (int) wnum;
  12. -(int)requestForPost : (char *) newsgroups
  13.     sourceWindow : (int) wnum;
  14. @end
  15.